TFS Check-in Validation Tool

BuddyBuild.zip (110,8 MB)
The TFS Check-in Validation Tool extends TFS Team Build 2008 by enabling buddy build queuing (pre-checkin), validating checkins using shelvesets, and build agent pooling, all from the VS 2008 IDE.

Interop Router

This project establishes a communication framework and job dispatcher for a mixed operating system cluster environment.

Pageload optimizing, lazy loading, splitting the pageload n loading sequentially

This is a control, helps splitting the page and loads the same sequentially. Thus, Sequence splitter control helps splitting the loading duration for a page and sequences them. Its provides a way to slice the complete loading duration into multiple chunks and thus allowing the page to load in steps. Thus it reduces the initial loading duration and enhances user experience. Apart from dividing the entire load duration into chunks, this also allows to set priorities for each chunk. So that the page is initially loaded with primary content and following which, the remaining portions of the page is loaded sequentially. The concept behind the control is to create small chunks from the entire page content and load them in a sequential manner. Each of these chunks would be assigned a load order or a priority value, based on which the loading of the content would be ordered. Therefore, each time a chunk is loaded, page makes a new request to load next chunk. This process continues until the last chunk of lowest priority is rendered in the page. Visit [url:this|http://www.codeplex.com/SequenceSplitter/SourceControl/FileView.aspx?itemId=227565&changeSetId=6191] for a step by step guide and more information on using SequenceSplitter. Visit [url:this|http://www.codeplex.com/SequenceSplitter/SourceControl/FileView.aspx?itemId=227564&changeSetId=6191] for a detailed example on SequenceSplitter. Refer chm file included as part of the source code for help on SequenceSplitter APIs.

SPServerName

Display the SharePoint web front end server name that is being hit. Useful with load balancing

Sharepoint Server Information WebPart

SPSIWP.zip (190 kB)
Sharepoint Server Information WebPart helps administrators troubleshoot load balancing and content database issues. It provides the user with simple tracing information that helps solve common web front end issues. Add it to any page to help diagnose problems.

C++ TCP Proxy Server

tcpproxy.zip (26 kB)
The C++ TCP Proxy server is a simple utility using the ASIO networking library, for proxying (tunneling or redirecting) connections from external clients to a specific server. The TCP Proxy server can be used to easily and efficiently.